home *** CD-ROM | disk | FTP | other *** search
/ Pink Daily - The Pink Days / Pink Daily - The Pink Days.iso / mac / PinkData / shared.dir / 00078_Script_78 < prev   
Text File  |  1995-08-15  |  168b  |  10 lines

  1. on exitFrame
  2.   global fllPath
  3.   if soundBusy(2) then
  4.     go the frame
  5.   else
  6.     puppetTransition 06,0,4
  7.     go to movie fllPath &"end.dir",false
  8.   end if
  9. end
  10.